home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / SET / LASTLOG_LEVEL < prev    next >
Encoding:
Text File  |  1993-05-22  |  1.4 KB  |  36 lines

  1. Usage: SET LASTLOG_LEVEL [ALL|NONE|[-]<level> [-]<level> ...]
  2.   The setting of this variable determines which types of
  3.   messages are stored in the lastlog.  If ALL is specified,
  4.   everything that shows up on the screen is saved in the
  5.   lastlog, except DCC mesages, which have to be explicitely
  6.   set.  eg, to get everything, use
  7.  
  8.     /SET LASTLOG_LEVEL DCC,ALL
  9.  
  10.   .  If NONE is specified, nothing is saved in the
  11.   lastlog.  The <level> specification can be one of the
  12.   following: 
  13.     PUBLIC          Channel conversation
  14.     MSGS            Private messages
  15.     NOTICES         NOTICEs
  16.     WALLS           WALLs
  17.     WALLOPS         WALLOPs
  18.     NOTE            NOTEs
  19.     OPNOTES         Operator notifications
  20.     SNOTES          Server notices
  21.     ACTIONS         In and outgoing CTCP ACTION lines
  22.     USERLOG1        Reserved for the user
  23.     USERLOG2        Reserved for the user
  24.     USERLOG3        Reserved for the user
  25.     USERLOG4        Reserved for the user
  26.     DCC             DCC connections
  27.     CRAP            Anything not covered by the above categories
  28.   You can combine these on a command line to make the lastlog
  29.   save just what you want.  Also, by putting a - before any
  30.   level, you remove that one from the list.  For example, if you
  31.   wish to save everything except NOTEs and all that CRAP, you
  32.   could do:
  33.     SET LASTLOG_LEVEL ALL -NOTE -CRAP
  34.   which is the same as doing:
  35.     SET LASTLOG_LEVEL PUBLIC MSG NOTICE WALL WALLOP OPNOTES ACTIONS SNOTES
  36.